home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 January / MacHome Magazine Demo Disc January 2001.iso / mac / Software / Networking / InterMapper 3.0 - PPC.sea / InterMapper 3.0 - PPC / InterMapper™ 3.0-PPC / InterMapper™ 3.0-PPC.rsrc / PrTy_140_com.dartware.radius < prev    next >
Encoding:
Text File  |  2000-07-24  |  1.6 KB  |  44 lines

  1. <!-- 
  2.     Radius (com.dartware.radius)
  3.     Copyright © 2000 Dartware, LLC. All rights reserved.
  4. -->
  5.  
  6. <header>
  7.     type            =     "built-in"
  8.     package            =     "com.dartware"
  9.     probe_name        =    "radius"
  10.     human_name        =    "Radius"
  11.     version            =     "1.1"
  12.     address_type    =     "IP"
  13.     port_number        =     "1812"
  14.     
  15.     old_protocol    =     "11"        # Backward compat. with old numbering scheme.
  16.     old_script        =     "0"
  17. </header>
  18.  
  19.  
  20. <description>
  21.  
  22. ≤GB≥Remote Authentication Dial-in User Service (RADIUS)≤P≥
  23.  
  24. The protocol used by remote access servers to authenticate dial-in users, as defined in ≤U2≥RFC 2138≤P0≥. This probe tests a Radius server by sending an Access-Request packet to authenticate a specific user name and password. Before you can use this probe with a particular Radius server, you must add the InterMapper computer's IP address to the Radius server and choose a "shared secret" for it. The "shared secret" is used by the Radius protocol to encrypt passwords in Radius requests. A Radius server will not answer access-requests from a client it doesn't recognize.
  25.  
  26. The officially assigned port number for RADIUS is 1812. However, some RADIUS servers use port number 1645 for historical reasons.
  27.  
  28. ≤i≥Shared Secret≤p≥ is InterMapper's unique password into the RADIUS server. The same value needs to be configured into the Radius server as well, as it is used for authentication.
  29.  
  30. ≤i≥User Name≤p≥ is the user you are trying to authenticate.
  31.  
  32. ≤i≥Password≤p≥ is the user's password. This password is encrypted using the shared secret; it is not sent in the clear.
  33.  
  34. </description>
  35.  
  36. <parameters>
  37.  
  38. "Shared Secret"        =    "secret"
  39. "User Name"            =    "intermapper"
  40. "Password"            =    "password"
  41.  
  42. </parameters>
  43.  
  44.